home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / src / WinHighlight_private.h < prev    next >
C/C++ Source or Header  |  2005-02-26  |  593b  |  24 lines

  1. /* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
  2. /* DO NOT EDIT ! */
  3.  
  4. #ifndef WINHIGHLIGHT_PRIVATE_H
  5. #define WINHIGHLIGHT_PRIVATE_H
  6.  
  7. /* VERSION DEFINITIONS */
  8. #define VER_STRING    "0.1.1.1"
  9. #define VER_MAJOR    0
  10. #define VER_MINOR    1
  11. #define VER_RELEASE    1
  12. #define VER_BUILD    1
  13. #define COMPANY_NAME    ""
  14. #define FILE_VERSION    ""
  15. #define FILE_DESCRIPTION    "Developed using the Dev-C++ IDE"
  16. #define INTERNAL_NAME    ""
  17. #define LEGAL_COPYRIGHT    ""
  18. #define LEGAL_TRADEMARKS    ""
  19. #define ORIGINAL_FILENAME    ""
  20. #define PRODUCT_NAME    ""
  21. #define PRODUCT_VERSION    ""
  22.  
  23. #endif /*WINHIGHLIGHT_PRIVATE_H*/
  24.